type github.com/go-pg/pg/v10/orm.tableParams

5 uses

	github.com/go-pg/pg/v10/orm (current package)
		format.go#L244: 	var tableParams *tableParams
		table_params.go#L5: type tableParams struct {
		table_params.go#L10: func newTableParams(strct interface{}) (*tableParams, bool) {
		table_params.go#L21: 	return &tableParams{
		table_params.go#L27: func (m *tableParams) AppendParam(fmter QueryFormatter, b []byte, name string) ([]byte, bool) {